Self-stick notes

You can use self-stick notes on any page

Self-stick notesคืออะไร?

Self-stick notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lilo.jacob และคุณลักษณะหลักของมันคือ "You can use self-stick notes on any page"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Self-stick notes

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

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

                        This extension would open the world where you don’t need to remember tones of information without risk to forget or overlook something. All you need - is self-stick removable notes on the web-pages. The self-stick note could be carried to any spot of a web-page. It is also possible to remove the chosen notes or all at once.
This would help those who are just taking the first steps in the world of Internet. Beginners are usually writing down the sequence of actions in a notepad. Now they may do this on the screen!
Nowadays more users have wide screen monitors while a lot of the websites have been developed for standard monitors, so unused space on the screen could become useful with this extension. For those using paper self-stick removable notes on a frame of monitor there are the opportunity to relocate it inside. :)
Self-stick removable notes could be the reminders in your mailbox to answer the read email or drop a hint that it’s time to get back to business.                    

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

ชื่อ Self-stick notes Self-stick notes
ID hcdihnnnfbdeinkamogggghnmcfaebca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/self-stick-notes/hcdihnnnfbdeinkamogggghnmcfaebca
คำอธิบาย You can use self-stick notes on any page
ขนาดไฟล์ 84.58 KB
จำนวนการติดตั้ง 6,911
เวอร์ชันปัจจุบัน 1.5.0.0
อัปเดตครั้งล่าสุด 2013-11-08
วันที่เผยแพร่ 2013-11-08
คะแนน 3.87/5 รวมทั้งหมด 89 คะแนน
ผู้พัฒนา lilo.jacob
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self-stick notes",
    "version": "1.5.0.0",
    "description": "__MSG_pluginDescription__",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "options_page": "options\/options.html",
    "default_locale": "en_US",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "__MSG_pageActionTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdparty\/jquery.min.js",
                "thirdparty\/jquery-ui.min.js",
                "util.js",
                "elements.js",
                "popup.js",
                "contents.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ]
}