Pinterest Enhanced

Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins

Pinterest Enhancedคืออะไร?

Pinterest Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lorenzo Zottar และคุณลักษณะหลักของมันคือ "Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The usual Pinterest, but more practical and efficient!

With this extension you will be able to focus on content and images, with an enhanced UI and without any distraction.

The key features are:

- ALL PINS HAVE THE SAME HEIGHT, so too large images will not draw all your attention.
- PINS INFORMATION WILL APPEAR ONLY ON MOUSE OVER, let you pay more attention to images
- LONG PINS WILL SLIDE ON MOUSE OVER, so it will be not always necessary to open it to examine it.
- NAVIGATE through pins with LEFT and RIGHT keys.
- DOWNLOAD pin images.
- SEARCH IMAGES ON GOOGLE.

And, if you want to revert to normal Pinterest, you have simply to click the icon in the address bar!

Give it a try :)

*** LAST VERSION CHANGELOG ***

Version 1.6 (January 18, 2016)

Bugfix: Fixed Split Module Layout.
Bugfix: Fixed pin link position: now it's a button under like button.
Bugfix: Fixed Download and search buttons position.

Version 1.5 (August 11, 2015)

Removed: Removed Arrow Kyes Navigation through pins due to incompatibility with the new nativa feature of pinterest that provide the same feature.
Feature:Now Pinterest Enhanced is Open Source on GitHub.
Bugfix: Minor improvements.

Version 1.4 (February 07, 2015)

Bugfix: It works again!
Feature: Fixed Height Pins and Extra Features separated: now you can disable one or both separately.

Version 1.3.5 (October 01, 2014)

Bugfix: Now download button starts the download insteed open a new tab.
Bugfix: Fixed "Notify me on Pinterest Enhanced updates" option's bug.
Thanks for feedbacks, bugs reporting and advices.

Version 1.3 (September 26, 2014)

Feature: Use left and right keys to navigate through pins.
Feature: Added Download button.
Feature: Added Google Image Search button.
Feature: Pin description only on mouse over out of beta.
Bugfix: Fixed height of some elements.
Bugfix: Cleaned up and reorganized the code.

Version 1.2.5 (September 16, 2014)

Feature: Option to show pin description only on mouse over [BETA]

Version 1.2.1 (September 07, 2014)

Feature: Option page - initial release
Feature: Added notification on extension update.
Feature: Grant possibility to choose pin size, scolling and centering options.
Feature: Automatic adjustment of scrolling animation speed based on image size.
Feature: Vertical centering of small images into pin box.
Bugfix: Fixed Gif button position.
Bugfix: Now only images longer than pin box will slide.
Bugfix: Fixed "Add a pin" box height.
Bugfix: Changed image scroll animation to linear.                    

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

ชื่อ Pinterest Enhanced Pinterest Enhanced
ID egpachgbfnbpkceigfpcpicekmiehame
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinterest-enhanced/egpachgbfnbpkceigfpcpicekmiehame
คำอธิบาย Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 35,884
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2016-01-18
วันที่เผยแพร่ 2016-01-18
คะแนน 3.14/5 รวมทั้งหมด 217 คะแนน
ผู้พัฒนา Lorenzo Zottar
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.behance.net/gallery/Pinterest-Grid-Redesign-Chrome-Extension/13790817
URL หน้าช่วยเหลือ https://github.com/lordgiotto/pinterest-enhanced
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,es-419,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.6",
    "description": "Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins",
    "default_locale": "en",
    "short_name": "PinterestEnhanced",
    "author": "Lorenzo Zottar",
    "icons": {
        "64": "img\/iconON.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Pinterest Enhanced Extension",
        "default_icon": "img\/iconOFF.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "*:\/\/*.pinterest.com\/*"
    ],
    "web_accessible_resources": [
        "css\/fixedHeight.css",
        "css\/extraDownload.css",
        "ajs\/inject.js",
        "options.html",
        "img\/download.png",
        "img\/search.png"
    ],
    "manifest_version": 2
}