Simple NotePad Sync

Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's

什麼是Simple NotePad Sync?

Simple NotePad Sync是由Subgurim開發的Chrome擴展程式,該擴展的主要功能是“Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's”。

擴展截圖

screenshot

下載Simple NotePad Sync擴展crx文件

下載Simple NotePad Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extremely simple notepad.

Just write or paste text and it will be shared in all your Chrome's                    

擴展基本資訊

名稱 Simple NotePad Sync Simple NotePad Sync
ID bbekgiidjkhflbpmcoiolidflfpganjk
官方網址 https://chromewebstore.google.com/detail/simple-notepad-sync/bbekgiidjkhflbpmcoiolidflfpganjk
簡介 Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's
檔案大小 35.64 KB
安裝次數 405
目前版本 1.2
更新時間 2014-06-13
上架時間 2014-06-13
評分 4.44/5 共 9 次評分
開發者 Subgurim
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple NotePad Sync",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite"
    ]
}