Tiki Pik

Preview linked images on the current page. Works with imgur, instagram, tumblr, flickr and more!

Tiki Pikคืออะไร?

Tiki Pik เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.giantmultimedia.com และคุณลักษณะหลักของมันคือ "Preview linked images on the current page. Works with imgur, instagram, tumblr, flickr and more!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tiki Pik allows you to quickly preview all linked images on the currently viewed page easily. Text to Image like Jade Typhoon or URL2Image. Simply click any of the previews to view the image at 100% in a new window. Perfect for reddit and posts where multiple users are linking to various linked images. No more blindly clicking links. You don't even have to scroll to see all the images or hover individual links. Direct links to Imgur and Instagram photos. Saves time and guess work. For more info, please visit http://www.giantmultimedia.com/tikipik

Recent Updates:
1.3.8 minor updates / bug fixes
1.3.3 still fixing bugs
1.3.2 Fixed typo
1.3.1 Flickr added and minor bug fixes
1.3 Added Instagram previews, minor fixes
1.2.1 Minor bug fixes
1.2 Fixed minor bugs, resized display window
1.1 Upgrade for Google Extension ver 2                    

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

ชื่อ Tiki Pik Tiki Pik
ID kbbjjjnfejdaljjohhegbknhfpkdjjmi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tiki-pik/kbbjjjnfejdaljjohhegbknhfpkdjjmi
คำอธิบาย Preview linked images on the current page. Works with imgur, instagram, tumblr, flickr and more!
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.3.8
อัปเดตครั้งล่าสุด 2016-04-18
วันที่เผยแพร่ 2016-04-18
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา http://www.giantmultimedia.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.giantmultimedia.com/tikipik
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiki Pik",
    "version": "1.3.8",
    "description": "Preview linked images on the current page. Works with imgur, instagram, tumblr, flickr and more!",
    "background": {
        "scripts": [
            "background2.js"
        ]
    },
    "homepage_url": "http:\/\/giantmultimedia.com\/tikipik\/index.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js",
                "jquery.min.js",
                "firebase.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Tiki Pik",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com\/* https:\/\/*.firebaseio.com; object-src 'self'",
    "manifest_version": 2
}