URL Specific Notepad - AnnoPad

With this tool, you can create notes for specific website addresses.

URL Specific Notepad - AnnoPad란 무엇입니까?

URL Specific Notepad - AnnoPad은(는) SocialMediaExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With this tool, you can create notes for specific website addresses."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

URL Specific Notepad - AnnoPad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With this tool, you can create notes for specific website addresses.

Easily create/save/export notes for all your bookmarked sites!    


This notepad / bookmark hybrid is a must for any web savvy individual.  Our userbase includes anyone from coders and programmers, to web design, content researchers and lifehacking.  The next generation notepad has arrived and ready to assist you!

Are you a growthhacker or lifehacker? Doing research online?  Remember important topics by having Annopad on your side and taking useful, URL specific notes on your research.  Our innovative notepad will help you remember all the web pages that you were doing research on!

Annopad can also be used for social bookmarking!

Product Update:

Annopad is getting some new bells and whistles. We will be working hard to add on new features that have been requested.

Or catch us on social media:

Twitter: @Anno_pad
Facebook: www.facebook.com/Annopad                    

확장 프로그램 기본 정보

이름 URL Specific Notepad - AnnoPad URL Specific Notepad - AnnoPad
ID johjcheghocokbkhacbfbhojoangkpcb
공식 URL https://chromewebstore.google.com/detail/url-specific-notepad-anno/johjcheghocokbkhacbfbhojoangkpcb
설명 With this tool, you can create notes for specific website addresses.
파일 크기 1.04 MB
설치 횟수 10,000
현재 버전 1.6.5
최근 업데이트 2019-10-10
출시 날짜 2019-10-09
평점 4.05/5 총 171 개의 평점
개발자 SocialMediaExtensions
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "AnnoPad",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.6.5",
    "icons": {
        "16": "img\/annopad_16x16.png",
        "48": "img\/annopad_48x48.png",
        "128": "img\/annopad_128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/menu.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon322.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.min.js"
            ]
        }
    ]
}