gifstasher

Store your reaction gifs for quick and easy access!

gifstasherคืออะไร?

gifstasher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cloudbuster และคุณลักษณะหลักของมันคือ "Store your reaction gifs for quick and easy access!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gifstasher

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

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

                        Quickly stash gifs while browsing simply by right-clicking and selecting "Stash this gif." Select from your stash and copy the link simply by clicking the gif!

Latest update:

1.0.6
 - Bug fixes

1.0.5
 - Now you can "Copy and Stash" from the Chrome context menu
 - Various bug fixes and performance fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ gifstasher gifstasher
ID enegbanenghjkfmmkjimbckfihbamcfi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi
คำอธิบาย Store your reaction gifs for quick and easy access!
ขนาดไฟล์ 407 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2014-04-21
วันที่เผยแพร่ 2014-04-21
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา cloudbuster
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gifstasher",
    "description": "Store your reaction gifs for quick and easy access!",
    "version": "1.0.7",
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon-bitty.png",
        "48": "img\/icon-small.png",
        "128": "img\/icon-large.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/require.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/icon-small.png"
    ]
}