Bookmarklet
Grab images from any website
Cos'è Bookmarklet?
Bookmarklet è un'estensione di Chrome sviluppata da longbill.cn, e la sua funzione principale è "Grab images from any website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmarklet
Scarica i file di estensione Bookmarklet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Bookmarklet |
ID | oeajbnbabgpadjendblcdhokmkgiakep |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmarklet/oeajbnbabgpadjendblcdhokmkgiakep |
Descrizione | Grab images from any website |
Dimensione del File | 238 KB |
Conteggio Installazioni | 515 |
Versione Corrente | 1.2.8 |
Ultimo Aggiornamento | 2017-02-09 |
Data di Pubblicazione | 2017-02-09 |
Sviluppatore | longbill.cn |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarklet", "description": "Grab images from any website", "version": "1.2.8", "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "homepage_url": "http:\/\/jszen.com", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "name": "Grab images on this page", "default_icon": "icon_20_white.png" }, "web_accessible_resources": [ "*.*" ] } |