WeblyNote - Take Notes Around The Web

With WeblyNote you can take notes around the Web!

WeblyNote - Take Notes Around The Webคืออะไร?

WeblyNote - Take Notes Around The Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RIKIPB และคุณลักษณะหลักของมันคือ "With WeblyNote you can take notes around the Web!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WeblyNote - Take Notes Around The Web

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

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

                        WeblyNote is one of the most useful inventions in all of web history. For the first time ever, anyone can take or retrieve any time notes from their account, anywhere on the web, comfortable and without difficult steps. It’s the dawn of a better solution to take notes.

WeblyNote Features:
1) On any page/website, you can highlight text, add thumbtacks and make note on the web page, on any position you want!
2) The notes get saved in real time and syncronized with all your devices.
3) All notes can move by mouse: drag and drop the bar
4) When you go to that page again, the notes get loaded automatically.
5) When you open the extension popup you can view a list of all your notes, highlights and thumbtacks, you can open and manage them.
6) If you want you can minimize, maximize or anchor notes in the page.
7) A notes summary feature
8) If you anchor a note you can see it inside all the pages owned by website(like a memorandum) 
9) Create note, add thumbtacks and highlight text by using context menu

What are you waiting for? Try it now! Many features have not been written but we are sure that you will discover them you will be really satisfied!                    

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

ชื่อ WeblyNote - Take Notes Around The Web WeblyNote - Take Notes Around The Web
ID odbamphgeaclhonbmioddnnhmklmmhlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weblynote-take-notes-arou/odbamphgeaclhonbmioddnnhmklmmhlm
คำอธิบาย With WeblyNote you can take notes around the Web!
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.2.2.2
อัปเดตครั้งล่าสุด 2021-11-08
วันที่เผยแพร่ 2021-10-27
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา RIKIPB
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.weblynote.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.weblynote.com/privacy.html
ภาษาที่รองรับ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeblyNote - Take Notes Around The Web",
    "short_name": "WeblyNote",
    "default_locale": "en",
    "version": "1.2.2.2",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self';",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn3S3dI6Czti69UVG98BnLWQLrH1d16vOsp1Bbu2QHCDQLVKv1L+ShDlMi1V+wTy1hsksEUfOIgYm9HI6PTMuaKerNBtHzvjLcFJL4MQ2tmrJJO1umJmz+wd1OrHuCEppBad5vzm0ByDqpq9HpzD4+1GhwKCKbFv53ewOMxX22bwAy4\/qrHvUsMzJF1wzWQlM1AT5XoDc5dsCHf\/Y6kTFih\/Ww2l4HAz+NM0DVWM24GcX1fZm\/Y3NSnZzewUbSG7wLtAIfscs0q2cPufOuoG7PWl0qKcRSG2KLdgZECWOB80J6izpVdfIwaaMaRsZmeyRSnY2iOZeA7u6ePJ6tgfKgwIDAQAB",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "oauth2": {
        "client_id": "864538262-lergseqrhkogq7nf7r345spc5o07tgf8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/user.addresses.read",
            "https:\/\/www.googleapis.com\/auth\/user.birthday.read",
            "https:\/\/www.googleapis.com\/auth\/user.emails.read",
            "https:\/\/www.googleapis.com\/auth\/user.phonenumbers.read",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "identity",
        "identity.email",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/weblynote.com\/*",
        "https:\/\/apis.google.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.10.2.js",
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.min.js",
            "weblynote.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/Sickness.ttf",
        "jquery.min.js",
        "icon48-white.png"
    ]
}