Share.js
Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。
Cos'è Share.js?
Share.js è un'estensione di Chrome sviluppata da https://www.atool.org, e la sua funzione principale è "Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share.js
Scarica i file di estensione Share.js 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
Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。 Informazioni di Base sull'Estensione
| Nome | |
| ID | hknmadpbjapcmmggkpndokongeeibgep |
| URL Ufficiale | https://chromewebstore.google.com/detail/sharejs/hknmadpbjapcmmggkpndokongeeibgep |
| Descrizione | Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。 |
| Dimensione del File | 100 KB |
| Conteggio Installazioni | 13 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-04-26 |
| Data di Pubblicazione | 2016-04-25 |
| Sviluppatore | https://www.atool.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/aTool-org/ |
| URL della Pagina di Aiuto | https://github.com/aTool-org/ |
| URL della Pagina della Politica sulla Privacy | https://atool.vip |
| Lingue Supportate | en-US,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "res\/icon_32.png",
"default_popup": "sharejs.html",
"default_title": "Share.js"
},
"default_locale": "zh_CN",
"description": "__MSG_extDesp__",
"homepage_url": "https:\/\/github.com\/aTool-org",
"icons": {
"256": "res\/icon_256.png",
"128": "res\/icon_128.png",
"64": "res\/icon_64.png",
"32": "res\/icon_32.png",
"16": "res\/icon_16.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"tabs",
"http:\/\/hust.cc\/"
],
"version": "1.0.0"
} | |