New Super Tumblr Reblog
Reblog at the speed of sound. NSTR is a revamped helpful reblog extension if you have many blogs and/or if you reblog like crazy.
New Super Tumblr Reblog란 무엇입니까?
New Super Tumblr Reblog은(는) Jonathan de Jong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reblog at the speed of sound. NSTR is a revamped helpful reblog extension if you have many blogs and/or if you reblog like crazy."입니다.
확장 프로그램 스크린샷
New Super Tumblr Reblog 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto-select Queue and add tags with a press of two buttons, then automatically go back to the blog you were scrolling down, extremely customizable. New Super Tumblr Reblog aims to pick up where every reblogger's arms fall when typing the same tags over and over again; just qualify the post, press a few key combinations, and select the auto-added "queue", boom, done. For those who came from the original Super Tumblr Reblog: when I found out why that extension was originally removed from the chrome store, I saw it upon myself to revamp this extension because of it's useful code functionality. The reasons as to why it was originally removed are not relevant, as the original creator of that extension used it - in their own words - " For their optimized one-handed operation monster"
확장 프로그램 기본 정보
이름 | New Super Tumblr Reblog |
ID | fdgpbalplmmnipfggjnjggkicbpebhnf |
공식 URL | https://chromewebstore.google.com/detail/new-super-tumblr-reblog/fdgpbalplmmnipfggjnjggkicbpebhnf |
설명 | Reblog at the speed of sound. NSTR is a revamped helpful reblog extension if you have many blogs and/or if you reblog like crazy. |
파일 크기 | 75.97 KB |
설치 횟수 | 161 |
현재 버전 | 0.5.2 |
최근 업데이트 | 2018-07-24 |
출시 날짜 | 2018-07-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jonathan de Jong |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5.2", "name": "New Super Tumblr Reblog", "description": "Reblog at the speed of sound. NSTR is a revamped helpful reblog extension if you have many blogs and\/or if you reblog like crazy.", "manifest_version": 2, "short_name": "NewSuperTumblrReblog", "background": { "persistent": true, "scripts": [ "\/js\/background.js" ] }, "content_scripts": [ { "css": [ "\/css\/content_script.css" ], "js": [ "\/js\/jquery.js", "\/js\/content_script.js" ], "matches": [ "*:\/\/*.tumblr.com\/reblog*", "*:\/\/*.tumblr.com\/post\/*", "*:\/\/*.tumblr.com\/dashboard*", "*:\/\/*.tumblr.com\/*activity", "*:\/\/*.tumblr.com\/*" ], "all_frames": true, "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "permissions": [ "storage", "tabs", "windows", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icons\/STR-48.png" }, "icons": { "128": "\/img\/icons\/STR-128.png", "48": "\/img\/icons\/STR-48.png", "16": "\/img\/icons\/STR-16.png" } } |