Circlemarkr
G+のユーザーにマークを付けます
Cos'è Circlemarkr?
Circlemarkr è un'estensione di Chrome sviluppata da nobu, e la sua funzione principale è "G+のユーザーにマークを付けます".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Circlemarkr
Scarica i file di estensione Circlemarkr 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
サクリサクラレのマークを表示するChrome拡張です。
表示するマークは任意に変更できますが、初期設定では以下のマークを表示させます。
- ♥:両想い
- ◀:片思い
- ▶:...
- ★:自分
- ●:指定ユーザー
- ✓:指定サークル Informazioni di Base sull'Estensione
| Nome | |
| ID | allgnpeakaokfkooimkglcpnnfeoceol |
| URL Ufficiale | https://chromewebstore.google.com/detail/circlemarkr/allgnpeakaokfkooimkglcpnnfeoceol |
| Descrizione | G+のユーザーにマークを付けます |
| Dimensione del File | 198 KB |
| Conteggio Installazioni | 279 |
| Versione Corrente | 5.1.4 |
| Ultimo Aggiornamento | 2013-07-16 |
| Data di Pubblicazione | 2013-07-16 |
| Valutazione | 4.50/5 Totale 16 Valutazioni |
| Sviluppatore | nobu |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://plus.google.com/b/112102646198561777507/ |
| URL della Pagina di Aiuto | https://plus.google.com/b/112102646198561777507/ |
| Lingue Supportate | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Circlemarkr",
"version": "5.1.4",
"description": "G+\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30fc\u30af\u3092\u4ed8\u3051\u307e\u3059",
"homepage_url": "https:\/\/plus.google.com\/b\/112102646198561777507\/",
"options_page": "options.html",
"background": {
"page": "background.html",
"persistent": false
},
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"content_scripts": [
{
"js": [
"jquery-1.8.3.min.js",
"config.js",
"Circlemarkr.js"
],
"matches": [
"https:\/\/plus.google.com\/*"
],
"all_frames": true
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"https:\/\/plus.google.com\/*",
"https:\/\/ssl.google-analytics.com\/*",
"tabs",
"alarms",
"webNavigation"
],
"manifest_version": 2
} | |