Circlemarkr
G+のユーザーにマークを付けます
Wat is Circlemarkr?
Circlemarkr is een Chrome-extensie ontwikkeld door nobu, en de belangrijkste functie is "G+のユーザーにマークを付けます".
Extensie Screenshots
Download het CRX-bestand van de extensie Circlemarkr
Download Circlemarkr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
サクリサクラレのマークを表示するChrome拡張です。
表示するマークは任意に変更できますが、初期設定では以下のマークを表示させます。
- ♥:両想い
- ◀:片思い
- ▶:...
- ★:自分
- ●:指定ユーザー
- ✓:指定サークル Basisinformatie over de Extensie
| Naam | |
| ID | allgnpeakaokfkooimkglcpnnfeoceol |
| Officiële URL | https://chromewebstore.google.com/detail/circlemarkr/allgnpeakaokfkooimkglcpnnfeoceol |
| Beschrijving | G+のユーザーにマークを付けます |
| Bestandsgrootte | 198 KB |
| Aantal Installaties | 279 |
| Huidige Versie | 5.1.4 |
| Laatst Bijgewerkt | 2013-07-16 |
| Publicatiedatum | 2013-07-16 |
| Beoordeling | 4.50/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | nobu |
| Betalingswijze | free |
| Extensiewebsite | https://plus.google.com/b/112102646198561777507/ |
| Help Pagina-URL | https://plus.google.com/b/112102646198561777507/ |
| Ondersteunde Talen | 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
} | |