Share Sticky Notes

Share Sticky Notes is an extension that allows you to put sticky notes on web pages and write and share notes.

Share Sticky Notesคืออะไร?

Share Sticky Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taoikaihatsudev และคุณลักษณะหลักของมันคือ "Share Sticky Notes is an extension that allows you to put sticky notes on web pages and write and share notes."

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

screenshot
screenshot

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

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

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

                        Stickies can be shared with other users, who can comment on the contents of a web page, ask questions, or discuss it.

How to use
- After logging in to this extension, you will be able to post stickies
- You can easily post stickies by dragging a sentence.
- You don't need to log in to view shared stickies.
- Stickies posted by you have an earth icon. Click this icon to share it.

How to change the name
- Login to this extension
- If the list is not displayed, click the green '<' button in the upper right corner of the screen to display the list.
- Click the gear button at the top of the list
- Click on the pencil icon in the upper right corner
- Enter a name and click the triangle icon to save the file.                    

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

ชื่อ Share Sticky Notes Share Sticky Notes
ID eihlldidmjmepbidfnnlhdpbgkkknhap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-sticky-notes/eihlldidmjmepbidfnnlhdpbgkkknhap
คำอธิบาย Share Sticky Notes is an extension that allows you to put sticky notes on web pages and write and share notes.
ขนาดไฟล์ 1.13 MB
จำนวนการติดตั้ง 218
เวอร์ชันปัจจุบัน 1.3.14
อัปเดตครั้งล่าสุด 2023-01-09
วันที่เผยแพร่ 2020-06-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา taoikaihatsudev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/ShareStickyNote
URL หน้านโยบายความเป็นส่วนตัว https://taoi.jp/privacy-policy-ssn
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "https:\/\/*.chromiumapp.org\/*",
        "https:\/\/chrome-web-note-test.auth.ap-northeast-1.amazoncognito.com\/*",
        "alarms",
        "tabs"
    ],
    "web_accessible_resources": [
        "pages\/login.html",
        "pages\/logout.html",
        "pages\/popup.html",
        "pages\/index.html",
        "pages\/terms_of_use_and_privacy_policy.html"
    ],
    "version": "1.3.14"
}