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"
    ]
}