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
官方網址 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.
電子郵箱 [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"
    }
}