Stay Productive

Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !

Stay Productiveとは何ですか?

Stay ProductiveはAntoine C.によって開発されたChromeの拡張機能で、その主な機能は「Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !」です。

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

screenshot

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

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

拡張機能の使用方法

                        This add-on injects CSS and Javascript to remove feed and notifications in Facebook, Twitter or Linkedin. You can choose to active or not this behavior directly on the page (next to the URL).                    

拡張機能の基本情報

名前 Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
公式URL https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
説明 Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
ファイルサイズ 26.9 KB
インストール数 17
現在のバージョン 0.5
最終更新日 2018-01-02
公開日 2018-01-02
評価 5.00/5 合計 3 レビュー
開発者 Antoine C.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/antitoine/stay-productive
ヘルプページのURL https://github.com/antitoine/stay-productive/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !",
    "manifest_version": 2,
    "name": "Stay Productive",
    "version": "0.5",
    "homepage_url": "https:\/\/github.com\/antitoine\/stay-productive",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "browser_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "icons": {
        "48": "icon.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}