AnnoTabe
Leave annotations on tabs you want to get back to later
AnnoTabe란 무엇입니까?
AnnoTabe은(는) Manish Goregaokar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leave annotations on tabs you want to get back to later"입니다.
확장 프로그램 스크린샷
AnnoTabe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes. The extension will have a yellow icon on tabs with annotations. One can also view a list of all the annotations, and go to the relevant tab directly from there. See http://softwarerecs.stackexchange.com/a/1913/19 for more information. Special thanks to @TildalWave for the icon!
확장 프로그램 기본 정보
이름 | AnnoTabe |
ID | fdhebnledngmjdkhgamneiapbmjeigee |
공식 URL | https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee |
설명 | Leave annotations on tabs you want to get back to later |
파일 크기 | 23.89 KB |
설치 횟수 | 164 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2015-04-29 |
출시 날짜 | 2015-04-29 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Manish Goregaokar |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnnoTabe", "description": "Leave annotations on tabs you want to get back to later", "version": "1.3.4", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icontildal19.png", "38": "icontildal19.png" }, "default_popup": "popup.html" }, "icons": { "16": "icontildalactive16.png", "48": "icontildalactive48.png", "128": "icontildalactive128.png" }, "incognito": "spanning" } |