Par : CE
Inspect and view changes in GoogleMapsNotesFix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GoogleMapsNotesFix",
"version": "1.0",
"description": "Repairs the notes feature on google maps",
"icons": {
"48": "./gs-logo.png"
},
"web_accessible_resources": [
"/html/controls.html"
],
"browser_action": {
"browser_style": false,
"default_icon": "./gs-logo.png",
"default_title": "Google Sucks",
"default_popup": "./controls.html"
},
"content_scripts": [
{
"matches": [
"*://www.google.com/maps/dir/*"
],
"js": [
"./index.js"
],
"css": [
"./index.css"
]
}
],
"permissions": [
"storage",
"<all_urls>"
]
} Meilleures alternatives GoogleMapsNotesFix
Voici quelques Firefox add-ons qui sont similaires à GoogleMapsNotesFix :