Circlemarkr
G+のユーザーにマークを付けます
What is Circlemarkr?
Circlemarkr is a Chrome extension developed by nobu, and its main feature is "G+のユーザーにマークを付けます".
Extension Screenshots
Download Circlemarkr Extension CRX File
Download Circlemarkr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
サクリサクラレのマークを表示するChrome拡張です。 表示するマークは任意に変更できますが、初期設定では以下のマークを表示させます。 - ♥:両想い - ◀:片思い - ▶:... - ★:自分 - ●:指定ユーザー - ✓:指定サークル
Extension Basic Information
Name | Circlemarkr |
ID | allgnpeakaokfkooimkglcpnnfeoceol |
Official URL | https://chromewebstore.google.com/detail/circlemarkr/allgnpeakaokfkooimkglcpnnfeoceol |
Description | G+のユーザーにマークを付けます |
File Size | 198 KB |
Installation Count | 279 |
Current Version | 5.1.4 |
Last Updated | 2013-07-16 |
Publish Date | 2013-07-16 |
Rating | 4.50/5 Total 16 Ratings |
Developer | nobu |
Payment Type | free |
Extension Website | https://plus.google.com/b/112102646198561777507/ |
Help Page URL | https://plus.google.com/b/112102646198561777507/ |
Supported Languages | 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 } |