Remove All Bookmarks

A browser action remove all your bookmarks.

Remove All Bookmarks란 무엇입니까?

Remove All Bookmarks은(는) stanley song에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser action remove all your bookmarks."입니다.

Remove All Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *Warning : BE CAREFUL USE IT. IT WILL REMOVE YOUR ALL BOOKMARKS.

this extension just for that if you feel your bookmarks sucks.
just install it. click the icon, clean up!!!

(My bookmarks was in a mess, so i create it for clean my bookmarks)

*주의 : 이 확장프로그램은 사용자의 모든 북마크를 삭제합니다.

가끔 클라우드 동기화를 하거나 여러대의 기기에서 동기화때문에 북마크가 뒤범벅이 
될때 이 확장프로그램을 속 시원하게 싹 날려버리세요!!!

(저도 여러대에서 북마크 동기화를 하다보니까 북마크가 뒤범벅이 되서 이 확장프로그램을 개발해서
싹 날려버렸어요.)

×注意:这个外挂会删除你保存的所有书签。

有时候用很多台电脑,智能手机,同步数据,整的所有书签杂乱无章,这时候用这个外挂像拉大便似的,爽快地删掉吧。
(本人也是因上记原因,开发此外挂删除了所有的书签)

*ご注意:このプログラムはユーザーの保存したすべてのブックマークを削除します。

時々多数のデバイス同士の同期化により、ブックマークがメッチャクチャになる時があります。
この時、このプログラムでスッキリ削除してください。
(作者もこの問題で悩んでの挙句、これを作りすべてのブックマークを削除しました)                    

확장 프로그램 기본 정보

이름 Remove All Bookmarks Remove All Bookmarks
ID jdfaodoafhjoedjanmfoiiindbiobmjh
공식 URL https://chromewebstore.google.com/detail/remove-all-bookmarks/jdfaodoafhjoedjanmfoiiindbiobmjh
설명 A browser action remove all your bookmarks.
파일 크기 27 KB
설치 횟수 30
현재 버전 1.0
최근 업데이트 2014-10-28
출시 날짜 2014-10-28
평점 5.00/5 총 2 개의 평점
개발자 stanley song
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove All Bookmarks",
    "version": "1.0",
    "description": "A browser action remove all your bookmarks.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Remove All Your Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}