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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan de Jong และคุณลักษณะหลักของมันคือ "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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Super Tumblr Reblog

ดาวน์โหลดไฟล์ส่วนขยาย New Super Tumblr Reblog ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}