WeblyNote - Take Notes Around The Web

With WeblyNote you can take notes around the Web!

WeblyNote - Take Notes Around The Web là gì?

WeblyNote - Take Notes Around The Web là một tiện ích mở rộng Chrome được phát triển bởi RIKIPB, và tính năng chính của nó là "With WeblyNote you can take notes around the Web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WeblyNote - Take Notes Around The Web

Tải xuống các tệp mở rộng WeblyNote - Take Notes Around The Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WeblyNote - Take Notes Around The Web WeblyNote - Take Notes Around The Web
ID odbamphgeaclhonbmioddnnhmklmmhlm
URL Chính Thức https://chromewebstore.google.com/detail/weblynote-take-notes-arou/odbamphgeaclhonbmioddnnhmklmmhlm
Mô tả With WeblyNote you can take notes around the Web!
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.2.2.2
Cập Nhật Lần Cuối 2021-11-08
Ngày Phát Hành 2021-10-27
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển RIKIPB
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.weblynote.com/
URL Trang Chính Sách Bảo Mật https://www.weblynote.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}