Circlemarkr

G+のユーザーにマークを付けます

Circlemarkrとは何ですか?

Circlemarkrはnobuによって開発されたChromeの拡張機能で、その主な機能は「G+のユーザーにマークを付けます」です。

拡張機能のスクリーンショット

screenshot
screenshot

Circlemarkr拡張機能のCRXファイルをダウンロード

Circlemarkr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        サクリサクラレのマークを表示するChrome拡張です。
表示するマークは任意に変更できますが、初期設定では以下のマークを表示させます。

- ♥:両想い
- ◀:片思い
- ▶:...
- ★:自分
- ●:指定ユーザー
- ✓:指定サークル                    

拡張機能の基本情報

名前 Circlemarkr Circlemarkr
ID allgnpeakaokfkooimkglcpnnfeoceol
公式URL https://chromewebstore.google.com/detail/circlemarkr/allgnpeakaokfkooimkglcpnnfeoceol
説明 G+のユーザーにマークを付けます
ファイルサイズ 198 KB
インストール数 279
現在のバージョン 5.1.4
最終更新日 2013-07-16
公開日 2013-07-16
評価 4.50/5 合計 16 レビュー
開発者 nobu
支払い方法 free
拡張機能のウェブサイト https://plus.google.com/b/112102646198561777507/
ヘルプページのURL https://plus.google.com/b/112102646198561777507/
対応言語 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
}