Shakespeare

Save notes by website path

Shakespeareคืออะไร?

Shakespeare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.blackfish.fi และคุณลักษณะหลักของมันคือ "Save notes by website path"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shakespeare

ดาวน์โหลดไฟล์ส่วนขยาย Shakespeare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Shakespeare you can save notes by website path.

Every note is stored localy. "All notes" view is also available for better handling.

Shakepseare is lacking some intended features but hold on, more features are coming!

** Version 0.0.1 **

* Initial version                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shakespeare Shakespeare
ID oafilfdaajfcfciemijddcoppbkgagof
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof
คำอธิบาย Save notes by website path
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-08-19
วันที่เผยแพร่ 2015-08-19
ผู้พัฒนา http://www.blackfish.fi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shakespeare",
    "version": "0.0.1",
    "description": "Save notes by website path",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Shakespeare",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "unlimitedStorage",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "src\/js\/uri.min.js",
            "src\/js\/Core.js",
            "src\/background.js"
        ]
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    }
}