WeblyNote - Take Notes Around The Web

With WeblyNote you can take notes around the Web!

Hvad er WeblyNote - Take Notes Around The Web?

WeblyNote - Take Notes Around The Web er en Chrome-udvidelse udviklet af RIKIPB, og dens hovedfunktion er "With WeblyNote you can take notes around the Web!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download WeblyNote - Take Notes Around The Web-udvidelses-CRX-fil

Download WeblyNote - Take Notes Around The Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn WeblyNote - Take Notes Around The Web WeblyNote - Take Notes Around The Web
ID odbamphgeaclhonbmioddnnhmklmmhlm
Officiel URL https://chromewebstore.google.com/detail/weblynote-take-notes-arou/odbamphgeaclhonbmioddnnhmklmmhlm
Beskrivelse With WeblyNote you can take notes around the Web!
Filstørrelse 242 KB
Antal Installationer 33
Nuværende Version 1.2.2.2
Senest Opdateret 2021-11-08
Udgivelsesdato 2021-10-27
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler RIKIPB
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.weblynote.com/
URL til Fortrolighedspolitik Side https://www.weblynote.com/privacy.html
Understøttede Sprog 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"
    ]
}